Searched refs:getZExt (Results 1 – 16 of 16) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 1042 C = llvm::ConstantExpr::getZExt(C, BoolTy); in EmitConstantInit() 1067 C = llvm::ConstantExpr::getZExt(C, BoolTy); in EmitConstantExpr() 1280 C = llvm::ConstantExpr::getZExt(C, BoolTy); in EmitConstantValueForMemory()
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 231 CHECK(ConstantExpr::getZExt(P0, Int64Ty), "zext i32 " P0STR " to i64"); in TEST()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 563 Res = ConstantExpr::getZExt(Res, CI.getType()); in transformZExtICmp() 869 return BinaryOperator::CreateAnd(X, ConstantExpr::getZExt(C, CI.getType())); in visitZExt() 876 Constant *ZC = ConstantExpr::getZExt(C, CI.getType()); in visitZExt()
|
D | InstCombineShifts.cpp | 380 Constant *ShAmt = ConstantExpr::getZExt(COp1, TrOp->getType()); in FoldShiftByConstant()
|
D | InstCombineSelect.cpp | 564 Constant *zextRHS = ConstantExpr::getZExt(AdjustedRHS, SelectTy); in visitSelectInstWithICmp()
|
D | InstCombineCompares.cpp | 1250 ConstantExpr::getZExt(AndCst, Cast->getSrcTy())); in visitICmpInstWithInstAndIntCst() 1253 ConstantExpr::getZExt(RHS, Cast->getSrcTy())); in visitICmpInstWithInstAndIntCst()
|
D | InstructionCombining.cpp | 2121 ? ConstantExpr::getZExt(CaseVal, Cond->getType()) in visitSwitchInst()
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 2169 Op1C = ConstantExpr::getZExt(Op1C, MulC->getType()); in ComputeMultiple() 2172 MulC = ConstantExpr::getZExt(MulC, Op1C->getType()); in ComputeMultiple() 2193 Op0C = ConstantExpr::getZExt(Op0C, MulC->getType()); in ComputeMultiple() 2196 MulC = ConstantExpr::getZExt(MulC, Op0C->getType()); in ComputeMultiple()
|
D | ConstantFolding.cpp | 183 Src = ConstantExpr::getZExt(Src, Elt->getType()); in FoldBitCast()
|
D | ScalarEvolution.cpp | 1420 cast<ConstantInt>(ConstantExpr::getZExt(SC->getValue(), Ty))); in getZeroExtendExpr() 5653 return ConstantExpr::getZExt(CastOp, SZ->getType()); in BuildConstantFromSCEV()
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 887 static Constant *getZExt(Constant *C, Type *Ty, bool OnlyIfReduced = false);
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 1579 return getZExt(C, Ty, OnlyIfReduced); in getCast() 1608 return getZExt(C, Ty); in getZExtOrBitCast() 1702 Constant *ConstantExpr::getZExt(Constant *C, Type *Ty, bool OnlyIfReduced) { in getZExt() function in ConstantExpr
|
D | Core.cpp | 1180 return wrap(ConstantExpr::getZExt(unwrap<Constant>(ConstantVal), in LLVMConstZExt()
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 2858 Val = ConstantExpr::getZExt(CI, Type::getInt32Ty(CI->getContext())); in fastLowerCall()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2753 ConstantExpr::getZExt(Constant::getAllOnesValue(V->getType()), in getIntegerSplat()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1115 See the method [llvm::ConstantExpr::getZExt]. *)
|