Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2821 if (Constant *CV0 = dyn_cast<Constant>(Arg0)) { in visitCallInst() local
2823 Value *V0 = Builder.CreateIntCast(CV0, NewVT, /*isSigned=*/!Zext); in visitCallInst()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19511 static const uint32_t CV0[] = { 0x43300000, 0x45300000, 0, 0 }; in LowerUINT_TO_FP_i64() local
19512 Constant *C0 = ConstantDataVector::get(*Context, CV0); in LowerUINT_TO_FP_i64()