Searched refs:EmitToInt (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 172 static Value *EmitToInt(CodeGenFunction &CGF, llvm::Value *V, in EmitToInt() function 229 Val = EmitToInt(CGF, Val, T, IntType); in MakeBinaryAtomicValue() 282 Val = EmitToInt(CGF, Val, T, IntType); in EmitBinaryAtomicPost() 319 Cmp = EmitToInt(CGF, Cmp, T, IntType); in MakeAtomicCmpXchgValue() 320 Value *New = EmitToInt(CGF, CGF.EmitScalarExpr(E->getArg(2)), T, IntType); in MakeAtomicCmpXchgValue()
|