Home
last modified time | relevance | path

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

/external/llvm/lib/VMCore/
DIRBuilder.cpp67 Value *Ops[] = { Ptr, Val, Size, getInt32(Align), getInt1(isVolatile) }; in CreateMemSet()
87 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) }; in CreateMemCpy()
107 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) }; in CreateMemMove()
/external/clang/lib/CodeGen/
DCGCleanup.cpp1045 llvm::Value *value = CGF.Builder.getInt1(kind == ForDeactivation); in SetupCleanupBlockActivation()
1056 CGF.Builder.CreateStore(CGF.Builder.getInt1(kind == ForActivation), var); in SetupCleanupBlockActivation()
DCGObjC.cpp506 args.add(RValue::get(CGF.Builder.getInt1(isAtomic)), Context.BoolTy); in emitStructGetterCall()
507 args.add(RValue::get(CGF.Builder.getInt1(hasStrong)), Context.BoolTy); in emitStructGetterCall()
860 args.add(RValue::get(Builder.getInt1(strategy.isAtomic())), in generateObjCGetterBody()
1151 args.add(RValue::get(Builder.getInt1(strategy.isAtomic())), in generateObjCSetterBody()
1153 args.add(RValue::get(Builder.getInt1(strategy.isCopy())), in generateObjCSetterBody()
DCGBuiltin.cpp271 Value *ZeroUndef = Builder.getInt1(Target.isCLZForZeroUndef()); in EmitBuiltinExpr()
288 Value *ZeroUndef = Builder.getInt1(Target.isCLZForZeroUndef()); in EmitBuiltinExpr()
1755 Ops.push_back(Builder.getInt1(Target.isCLZForZeroUndef())); in EmitARMBuiltinExpr()
DCGExprScalar.cpp355 return Builder.getInt1(E->getValue()); in VisitUnaryTypeTraitExpr()
390 return Builder.getInt1(E->getValue()); in VisitCXXNoexceptExpr()
DCGObjCMac.cpp3276 CGF.Builder.CreateStore(CGF.Builder.getInt1(HasFinally), CallTryExitVar); in EmitTryOrSynchronizedStmt()
/external/llvm/include/llvm/
DIRBuilder.h182 ConstantInt *getInt1(bool V) { in getInt1() function