Home
last modified time | relevance | path

Searched refs:CV0 (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCalls.cpp3365 if (Constant *CV0 = dyn_cast<Constant>(Arg0)) { in visitCallInst() local
3367 CV0 = ConstantExpr::getIntegerCast(CV0, NewVT, /*isSigned=*/!Zext); in visitCallInst()
3370 return replaceInstUsesWith(CI, ConstantExpr::getMul(CV0, CV1)); in visitCallInst()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp18948 static const uint32_t CV0[] = { 0x43300000, 0x45300000, 0, 0 }; in LowerUINT_TO_FP_i64() local
18949 Constant *C0 = ConstantDataVector::get(*Context, CV0); in LowerUINT_TO_FP_i64()