Searched defs:LLVMConstBitCast (Results 1 – 2 of 2) sorted by relevance
1167 pub fn LLVMConstBitCast<'a>(ConstantVal: &'a Value, ToType: &'a Type) -> &'a Value; in LLVMConstBitCast() function
1716 LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType) { in LLVMConstBitCast() function