Home
last modified time | relevance | path

Searched refs:getInt1 (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/IR/
DIRBuilder.cpp70 Value *Ops[] = { Ptr, Val, Size, getInt32(Align), getInt1(isVolatile) }; in CreateMemSet()
97 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) }; in CreateMemCpy()
128 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) }; in CreateMemMove()
/external/clang/lib/CodeGen/
DCGCleanup.cpp1089 llvm::Value *value = CGF.Builder.getInt1(kind == ForDeactivation); in SetupCleanupBlockActivation()
1100 CGF.Builder.CreateStore(CGF.Builder.getInt1(kind == ForActivation), var); in SetupCleanupBlockActivation()
DCGObjC.cpp528 args.add(RValue::get(CGF.Builder.getInt1(isAtomic)), Context.BoolTy); in emitStructGetterCall()
529 args.add(RValue::get(CGF.Builder.getInt1(hasStrong)), Context.BoolTy); in emitStructGetterCall()
886 args.add(RValue::get(Builder.getInt1(strategy.isAtomic())), in generateObjCGetterBody()
1186 args.add(RValue::get(Builder.getInt1(strategy.isAtomic())), in generateObjCSetterBody()
1188 args.add(RValue::get(Builder.getInt1(strategy.isCopy())), in generateObjCSetterBody()
DCGAtomic.cpp500 SI->addCase(CGF.Builder.getInt1(false), StrongBB); in EmitAtomicOp()
DCGBuiltin.cpp335 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()
352 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()
2798 Ops.push_back(Builder.getInt1(getTarget().isCLZForZeroUndef())); in EmitCommonNeonBuiltinExpr()
DCGExprScalar.cpp447 return Builder.getInt1(E->getValue()); in VisitCXXNoexceptExpr()
DCGObjCMac.cpp3896 CGF.Builder.CreateStore(CGF.Builder.getInt1(HasFinally), CallTryExitVar); in EmitTryOrSynchronizedStmt()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp717 Builder->getInt1(ICmpInst::isTrueWhenEqual(Cond))); in FoldGEPICmp()
1011 Constant *Cst = Builder->getInt1(IsICMP_NE); in FoldICmpShrCst()
1570 Constant *Cst = Builder->getInt1(IsICMP_NE); in visitICmpInstWithInstAndIntCst()
1821 return ReplaceInstUsesWith(ICI, Builder->getInt1(isICMP_NE)); in visitICmpInstWithInstAndIntCst()
1830 return ReplaceInstUsesWith(ICI, Builder->getInt1(isICMP_NE)); in visitICmpInstWithInstAndIntCst()
DInstCombineMulDivRem.cpp755 *I = Builder->getInt1(NonNullOperand == 1); in SimplifyDivRemOfSelect()
/external/llvm/include/llvm/IR/
DIRBuilder.h250 ConstantInt *getInt1(bool V) { in getInt1() function
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp2351 Mask.push_back(IRB.getInt1(i >= BeginIndex && i < EndIndex)); in insertVector()