Home
last modified time | relevance | path

Searched refs:getZExtOrBitCast (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantFolder.h220 return ConstantExpr::getZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
DConstants.h1054 static Constant *getZExtOrBitCast(
/external/llvm/include/llvm/IR/
DConstantFolder.h187 return ConstantExpr::getZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
DConstants.h983 static Constant *getZExtOrBitCast(
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetFolder.h204 return Fold(ConstantExpr::getZExtOrBitCast(C, DestTy)); in CreateZExtOrBitCast()
/external/llvm-project/llvm/include/llvm/IR/
DConstantFolder.h224 return ConstantExpr::getZExtOrBitCast(C, DestTy); in CreateZExtOrBitCast()
DConstants.h1108 static Constant *getZExtOrBitCast(
/external/llvm/include/llvm/Analysis/
DTargetFolder.h202 return Fold(ConstantExpr::getZExtOrBitCast(C, DestTy)); in CreateZExtOrBitCast()
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetFolder.h210 return Fold(ConstantExpr::getZExtOrBitCast(C, DestTy)); in CreateZExtOrBitCast()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp134 NewShAmt = ConstantExpr::getZExtOrBitCast(NewShAmt, X->getType()); in reassociateShiftAmtsOfTwoSameDirectionShifts()
DInstCombineCompares.cpp3560 NewShAmt = ConstantExpr::getZExtOrBitCast(NewShAmt, WidestTy); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp135 NewShAmt = ConstantExpr::getZExtOrBitCast(NewShAmt, X->getType()); in reassociateShiftAmtsOfTwoSameDirectionShifts()
DInstCombineCompares.cpp3603 NewShAmt = ConstantExpr::getZExtOrBitCast(NewShAmt, WidestTy); in foldShiftIntoShiftInAnotherHandOfAndInICmp()
/external/llvm/lib/IR/
DConstants.cpp1496 Constant *ConstantExpr::getZExtOrBitCast(Constant *C, Type *Ty) { in getZExtOrBitCast() function in ConstantExpr
DCore.cpp1340 return wrap(ConstantExpr::getZExtOrBitCast(unwrap<Constant>(ConstantVal), in LLVMConstZExtOrBitCast()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1668 Constant *ConstantExpr::getZExtOrBitCast(Constant *C, Type *Ty) { in getZExtOrBitCast() function in ConstantExpr
DCore.cpp1729 return wrap(ConstantExpr::getZExtOrBitCast(unwrap<Constant>(ConstantVal), in LLVMConstZExtOrBitCast()
/external/llvm-project/llvm/lib/IR/
DConstants.cpp1945 Constant *ConstantExpr::getZExtOrBitCast(Constant *C, Type *Ty) { in getZExtOrBitCast() function in ConstantExpr
DCore.cpp1762 return wrap(ConstantExpr::getZExtOrBitCast(unwrap<Constant>(ConstantVal), in LLVMConstZExtOrBitCast()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1195 See the method [llvm::ConstantExpr::getZExtOrBitCast]. *)
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.mli1246 See the method [llvm::ConstantExpr::getZExtOrBitCast]. *)