Searched refs:EmitToInt (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 62 static Value *EmitToInt(CodeGenFunction &CGF, llvm::Value *V, in EmitToInt() function 107 Args[1] = EmitToInt(CGF, Args[1], T, IntType); in MakeBinaryAtomicValue() 167 Args[1] = EmitToInt(CGF, Args[1], T, IntType); in EmitBinaryAtomicPost() 205 Args[1] = EmitToInt(CGF, Args[1], T, IntType); in MakeAtomicCmpXchgValue() 206 Args[2] = EmitToInt(CGF, CGF.EmitScalarExpr(E->getArg(2)), T, IntType); in MakeAtomicCmpXchgValue()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 111 static Value *EmitToInt(CodeGenFunction &CGF, llvm::Value *V, in EmitToInt() function 156 Args[1] = EmitToInt(CGF, Args[1], T, IntType); in MakeBinaryAtomicValue() 216 Args[1] = EmitToInt(CGF, Args[1], T, IntType); in EmitBinaryAtomicPost() 258 Args[1] = EmitToInt(CGF, Args[1], T, IntType); in MakeAtomicCmpXchgValue() 259 Args[2] = EmitToInt(CGF, CGF.EmitScalarExpr(E->getArg(2)), T, IntType); in MakeAtomicCmpXchgValue()
|